1. Open the webChatSocket.js file
2. Copy the new parseErrorMessage into your version.
3. Open the home.html and any other chat pages.
4. Optionally, add a maxLength attribute to the chat box input. It should resemble the following:
	<input type="text" id="outmessage" class="chatField" maxLength="2500" placeholder="Type your message here">